From a8325dff7904e3b2cfe917bf0bd0bf95b3d9340a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 19 Dec 2005 12:28:52 +0000 Subject: [PATCH] Define DEB_BUILD_ARCH in debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 908d826c..e3ecb1a1 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ export DH_OPTIONS # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) CFLAGS = -Wall -g -- 2.30.2